home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will add the :C and :Libs directories of this CD-ROM"
-
- FailAt 20
-
- ask "Wollen Sie weitermachen? [y/n]"
- if not warn
- skip NoInstall
- endif
-
- assign C: :C add
- assign LIBS: :Libs add
-
- echo "*nAlles Klar Click close gadget"
- endcli > nil:
-
- lab NoInstall
- echo "*nEnde ... Click close gadget"
- endcli > nil:
-
-